<xs:element name="PriceType" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="SingleSku|SkuQuantity" /> </xs:restriction> </xs:simpleType> </xs:element>